home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / OmniWeb 5.1.3 (trial).dmg / OmniWeb.app / Contents / Resources / nl.lproj / ZoomedEditor.toolbar < prev    next >
Extensible Markup Language  |  2006-02-01  |  1KB  |  38 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>allowedItemIdentifiers</key>
  6.     <array>
  7.         <string>ImportText</string>
  8.         <string>NSToolbarPrintItem</string>
  9.         <string>NSToolbarSeparatorItem</string>
  10.         <string>NSToolbarSpaceItem</string>
  11.         <string>NSToolbarFlexibleSpaceItem</string>
  12.         <string>NSToolbarCustomizeToolbarItem</string>
  13.     </array>
  14.     <key>defaultItemIdentifiers</key>
  15.     <array>
  16.         <string>ImportText</string>
  17.         <string>NSToolbarFlexibleSpaceItem</string>
  18.         <string>NSToolbarPrintItem</string>
  19.     </array>
  20.     <key>itemInfoByIdentifier</key>
  21.     <dict>
  22.         <key>ImportText</key>
  23.         <dict>
  24.             <key>action</key>
  25.             <string>importText:</string>
  26.             <key>imageName</key>
  27.             <string>ImportText</string>
  28.             <key>label</key>
  29.             <string>Importeer tekst</string>
  30.             <key>paletteLabel</key>
  31.             <string>Importeer tekst</string>
  32.             <key>toolTip</key>
  33.             <string>Importeer tekst van tekstbestand</string>
  34.         </dict>
  35.     </dict>
  36. </dict>
  37. </plist>
  38.